home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_1337 / frame_19 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  433 b   |  17 lines

  1. if(this._parent._xscale == this._parent.xscale)
  2. {
  3.    _root.candy._x = this._parent._x + 90;
  4.    _root.candy._y = this._parent._y - 100;
  5.    _root.candy.dir = "right";
  6. }
  7. else
  8. {
  9.    _root.candy._x = this._parent._x - 90;
  10.    _root.candy._y = this._parent._y - 100;
  11.    _root.candy.dir = "left";
  12. }
  13. _root.candy._visible = true;
  14. _root.candy._alpha = 100;
  15. _root.candy.gotoAndStop(candy._currentframe);
  16. _root.candy.ready = true;
  17.